Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Your account ID
Path Parameters
Contact unique identifier
Response
Contact successfully deleted
Example:
"ok"
Delete a contact by its unique identifier (UID). This performs a soft delete by setting the deleted_at timestamp.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Your account ID
Contact unique identifier
Contact successfully deleted
"ok"